home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / html-related / envwww09 / install.bat < prev    next >
DOS Batch File  |  1996-09-17  |  562b  |  19 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/html.syntax"
  4.  
  5. ; create new menu/toolbar (based on the menu/toolbar currently used for editing text)
  6.  
  7. INSTALL PRESET="presets/html.menu"    MERGEMENU    "anytext"
  8. INSTALL PRESET="presets/html.gadgets" MERGEGADGETS "anytext"
  9.  
  10. ; modify standard toolbar
  11.  
  12. INSTALL PRESET="presets/standard.gadgets" MERGEGADGETS "anytext" REPLACE
  13.  
  14. ; install new filetype
  15.  
  16. FILETYPE ADD="(#?.html|#?.htm)" DUP="anytext.html" PRI=127 PRESETS "html.syntax" "html.menu" "html.gadgets"
  17.  
  18. INFO MSG="Installation complete, please RESTART GoldED."
  19.